Package-level declarations

Types

Link copied to clipboard

Constants used for internal RTU implementation. Usage is restricted to scanbot.io library group.

Link copied to clipboard

Base android.app.Activity class for every RTU UI component.

Link copied to clipboard
interface Cancelable

Component can cancel itself or whatever it is that he is doing.

Link copied to clipboard

Reason why the scanning was closed.

Link copied to clipboard
Link copied to clipboard
interface Initializable

Component is initializable.

Link copied to clipboard
interface Licensable

Component is licensed.

Link copied to clipboard

Represents an interface of "Condition" for Activity termination

Functions

Link copied to clipboard
Link copied to clipboard
fun <I, O, R : Result<O>> <Error class: unknown class>.registerForActivityResultOk(contract: <Error class: unknown class><I, R>, callback: (O) -> Unit): <Error class: unknown class><I>
fun <I, O, R : Result<O>> <Error class: unknown class>.registerForActivityResultOk(contract: <Error class: unknown class><I, R>, callback: (O) -> Unit): <Error class: unknown class><I>

Extension to prevent resultCode checks in your Scanbot RTU result processing blocks.